home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / emulators / transutils.lzh / wish.txt < prev   
Text File  |  1991-01-24  |  2KB  |  48 lines

  1. Using Transformer with a 68010...
  2.  
  3.  
  4. wish.txt
  5.   2.  Using the Search function (Amiga-Z and Amiga-C), change all
  6.          occurances of the hex numbers 40c2, 40c4, 40c6 and 40c7 to 42c2,
  7.          42c4, 42c6 and 42c7, respectively, saving each disk block as you
  8.          go.  I admit there's a bunch, but this fix works!
  9.          
  10. I took one look at that and said there must be another way. This
  11. came from some text about how to get Transformer to run with a 68010,
  12. I bravely gave it a try....But not being too good with the memory editors,
  13. I wrote this little program to do the same thing with a little C routine.
  14. It makes all the changes. To use it on a Amiga Transformer disk, 
  15. here are some hints:
  16.  
  17. first the program (wish) will work best if running its output to ram:
  18. or at least another disk drive, since trying to do it with just one drive
  19. will produce lots of disk access, and I havnt tried this. It is best
  20. to have the output of wish to go to another drive or RAM:. 
  21.  
  22. I have tested it with my Transformer and v1.2 and it now runs. This is
  23. something I havnt seen in quite some time since adding the 68010. I admit
  24. I didnt think I would ever miss it, but it is nice to see it again. 
  25.  
  26. I do not know if there are other programs that bomb because of the 
  27. 68010, but this may work on them too, I would be interested to hear if
  28. it does. 
  29.  
  30. Program Useage:   wish infile outfile 
  31.  
  32.         infile , outfile are file names- input and output
  33.         
  34.         note: for Transformer this will usually be something like:
  35.             
  36.              wish df0:at1 ram:at1
  37.  
  38.             then I would copy the ram:at1 back over the 'at1'
  39.             on df0:
  40. Thats All Folks.
  41.  
  42. Chuck Beck            OPS651
  43.         Aliens : (312) 257 7747
  44.  
  45.  
  46.             
  47.  
  48.